Sandbox MCP

Created By
Navendu Pottekkata year ago
Allow LLMs to run ANY code/configuration safely in isolated Docker containers using the Model Context Protocol (MCP).
Overview

Sandbox MCP is a Model Context Protocol (MCP) server that lets LLMs (MCP hosts/clients) run code and configuration in secure, isolated Docker containers.

While LLMs are really good at generating code, most can't run the code they generate. This could result in you running untested code directly on your machine, which could have unintended consequences.

Sandbox MCP gives the LLMs an easy-to-use execution environment that anyone can create and configure through a simple, AI-native MCP server that runs locally.

Server Config

{
  "mcpServers": {
    "sandbox-mcp": {
      "command": "path/to/sandbox-mcp",
      "args": [
        "--stdio"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Navendu Pottekkat
Star
-
Language
-
License
-
Category

Recommend Servers

View All